home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_120.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  298 b   |  11 lines

  1. Inputs: OldList, Element, Index
  2. Outputs: NewList
  3.  
  4. Inputs: list, any, index
  5. Outputs: list
  6.  
  7. NewList is the list obtained by inserting Element into OldList at the Index position. If Index is 1, Element is the first item in NewList. If Index is (length+1), Element is the last item in NewList.
  8.  
  9. Lists
  10.  
  11.